home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DriverKit / AMDPCSCSIDriver / AMDPCSCSIDriver_reloc.tproj / configKeys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-10  |  371 b   |  16 lines

  1. /*
  2.  * Configuration keys for AMD SCSI driver.
  3.  */
  4.  
  5. /*
  6.  * These are accessible by SCSIInspector.
  7.  */
  8. #define SYNC_ENABLE        "Synchronous"
  9. #define FAST_ENABLE        "Fast SCSI"
  10. #define CMD_QUEUE_ENABLE    "Cmd Queueing"
  11.  
  12. /*
  13.  * These are only accessible by Configure's Expert mode.
  14.  */
  15. #define EXTENDED_TIMING        "Extended Timing"
  16. #define SCSI_CLOCK_RATE        "SCSI Clock Rate"    /* in MHz */